Fix a couple incorrect annotations for optional parameters
authorCameron White <cameronwhite91@gmail.com>
Fri, 10 Feb 2023 03:46:43 +0000 (22:46 -0500)
committerCameron White <cameronwhite91@gmail.com>
Fri, 10 Feb 2023 03:46:43 +0000 (22:46 -0500)
commit0cb3555a656a116d617567e73b951b242edc0057
treef2e606c510f1b9b392f772c82ae22ca9d68d3f07
parent48e141a42c19189523710878711498cd3fca3e7e
Fix a couple incorrect annotations for optional parameters

The 'optional' annotation should be used in these cases rather than 'nullable'.
NULL can provided to ignore these output parameters, but the function is
not setting the output parameter to NULL.
gtk/gtkgesturedrag.c
gtk/gtkpopover.c